gnomeos: Pull in curl, zip, and eglibc locales
authorColin Walters <walters@verbum.org>
Thu, 19 Jan 2012 23:31:10 +0000 (18:31 -0500)
committerColin Walters <walters@verbum.org>
Thu, 19 Jan 2012 23:31:10 +0000 (18:31 -0500)
Various build deps.

gnomeos/yocto/classes/gnomeos-contents.bbclass
gnomeos/yocto/recipies-core/images/gnomeos-contents-devel.bb

index bba2e8c4615fc701873feba9f8e6688ab6589ebe..b5106349c48608b04cdfc7f07c15472c4b8ec000 100644 (file)
@@ -19,6 +19,10 @@ IMAGE_INSTALL = "libuuid1 \
                  libstdc++6 \
                  libgnutls26 \
                 icu \
+                tzdata \
+                 curl \
+                eglibc-gconvs \
+                eglibc-binaries \
                 "
 
 RECIPE_PACKAGES = "task-core-boot \
@@ -33,7 +37,8 @@ RECIPE_PACKAGES = "task-core-boot \
                   libpam \
                   ncurses \
                   python-modules \
-                  python-misc"
+                  python-misc \
+                  "
 
 PACKAGE_INSTALL = "${RECIPE_PACKAGES} ${IMAGE_INSTALL}"
 
index 16cdfded763ef6349062012cdd7335983f757155..c89a337f7f07988586f835f104aaa97068c608bd 100644 (file)
@@ -12,6 +12,7 @@ RECIPE_PACKAGES += "task-core-sdk \
                bison flex \
                git \
                gdb \
+               zip \
                libxml-parser-perl \
                gettext-dev \
                "
@@ -36,4 +37,6 @@ IMAGE_INSTALL += "libuuid-dev \
                  libgcrypt-dev \
                  libgnutls-dev \
                  icu-dev \
+                 curl-dev \
+                 libcurl-dev \
                  "